-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-122237: Fix repl auto indentation wrong with comments #122383
gh-122237: Fix repl auto indentation wrong with comments #122383
Conversation
AnsonTrapani
commented
Jul 29, 2024
•
edited by Eclips4
Loading
edited by Eclips4
- Issue: REPL auto-indentation is wrong with comments #122237
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There's also a proposed fix in #122238. |
If two PRs have different solutions, 'priority' is not an issue. (I have not looked at either.) A core dev needs to decide which is superior and merge that, possibly after further changes. Reviewers can test both and give opinions. |
Fixed in GH-123196. |